home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
gnu
/
gawk
/
gawk213b.zoo
/
test
/
header.awk
< prev
next >
Wrap
Text File
|
1991-04-06
|
92b
|
6 lines
BEGIN{
"date" | getline cur_time
close ("date")
print "This line printed on", cur_time
}